ComputeSimpleStringHash(Byte[]) Method
Computes a simplified hash for the specified binary stream.
'Declaration
Public Overloads Shared Function ComputeSimpleStringHash( _
ByVal () As Byte _
) As String
public static string ComputeSimpleStringHash(
byte[]
)
Parameters
- stream
- The binary stream as a byte array.
Return Value
The computed simplified hash as a string.